* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { font-family: 'Microsoft YaHei', Arial; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 62.5%; }
body { margin: 0; font-size: 12px; line-height: 1.5; color: #333; font-family: "microsoft yahei",; background-color: #fff; height: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch; }
body .owl-theme { position: relative; overflow: hidden; }
body .owl-theme .owl-controls .owl-nav [class*=owl-] { position: absolute; top: 50%; width: 36px; height: 46px; margin-top: -23px; transition: all 0.3s linear; opacity: 0; filter: alpha(opacity=0); }
body .owl-theme .owl-dots { position: absolute; left: 0; bottom: 5px; text-align: center; width: 100%; }
body .owl-theme .owl-dots .owl-dot { width: 10px; height: 10px; margin: 5px; }
body .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; background: #fff; }
body .owl-theme .owl-dots .owl-dot.active span, body .owl-theme .owl-dots .owl-dot:hover span { background: #a3833b; }
a:focus {
  outline: none;
}
a:hover {text-decoration: none;}
li, ul {
    list-style: none;
    margin: 0;
		padding: 0px;
}
#dituContent img {max-width: inherit;}


/*ä½ç½®æŽ§åˆ¶*/
.vertical-align {
    font-size: 0
}

.vertical-align:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.vertical-align-bottom,
.vertical-align-middle {
    display: inline-block;
    max-width: 100%;
    font-size: 14px
}

.vertical-align-middle {
    vertical-align: middle
}

.vertical-align-bottom {
    vertical-align: bottom
}

/*å¯¼èˆª*/
.mm-page__blocker {
    background: rgba(0, 0, 0, 0.3);
}
.met-nav {
  margin-top: 0px;
  margin-bottom: 0px;
  background: #fff;
	border: 0px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.met-nav .nav > li > a,
.met-nav .dropdown-menu > li > a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.met-nav .econav {

}
.met-nav .econav > ul {
  line-height: 0;
  margin: 0px;
  padding-left: 20px;
}
.met-nav .econav > ul > li {
  display: inline-block;
  margin-right: 0px;
  height: 60px;
  line-height: 60px;
}
.met-nav .econav button {
  font-size: 18px;
  color: #333;
  background-color: transparent;
  line-height: 0.8em;
  padding: 8px;
  border: 0px solid #ff6700;
  position: relative;
  z-index: 3;
  border-radius: 50%;
  outline: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -o-transition: all .3s ease;
}
.met-nav .econav button:hover {
  background: #fff;
  border-color: #272C0F;
  color: #333;
}
.met-nav .econav button.navbar-toggle {
  color: #333;
  font-size: 20px;
  border: 0px solid #C4CAB3;
  height: 1.6em;
  padding: 0px 3px;
  float: none;
  margin-top: -7px;
}
.met-nav .econav button.navbar-toggle .hamburger-bar {
  background: #333;
}
.met-nav .econav button.navbar-toggle:before,
.met-nav .econav button.navbar-toggle:after {
  background: #333;
}
.met-nav .econav ul.dropdown-menu {
  margin-top: 0px;
}
.met-nav .econav ul.dropdown-menu a:before {
  content: '';
}
.met-nav .navbar-collapse {
  border-top: 0px;
}
@media (min-width: 768px) {
	.navbar-header {height: 100px;}
  .met-nav .nav > li {
    padding: 15px 0;
  }
  .met-nav .nav > li > a {
    height: 30px;
    line-height: 30px;
		font-size: 16px;
    color: #333 !important;
    padding: 0px 20px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .met-nav .nav > li > a:hover,
  .met-nav .nav > li > a.active,
  .met-nav .nav > li > a:focus,
  .met-nav .dropdown.open > a,
  .met-nav .dropdown.ecoopen > a {
    background: #4ab344!important;
    color: #fff!important;
  }
  .met-nav .nav > li > a:after {
    content: "";
    display: block;
    margin-top: 4px;
    background: transparent;
    transition: width 0.3s ease, background-color 0.3s ease;
    -webkit-transition: width 0.3s ease, background-color 0.3s ease;
    -o-transition: width 0.3s ease, background-color 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 25%;
  }
  .met-nav .nav > li > a:hover:after,
  .met-nav .nav > li > a.active:after,
  .met-nav .nav > li > a:focus:after,
  .met-nav .dropdown.open > a:after,
  .met-nav .dropdown.ecoopen > a:after {
    width: 50%;
    margin: 0 25%;
    content: "";
    background: #333;
  }
  .met-nav .dropdown.ecodropdown > a.active:after,
  .met-nav .dropdown.ecodropdown > a:hover:after,
  .met-nav .dropdown.ecodropdown > a:focus:after,
  .met-nav .dropdown.ecodropdown > a:after {
    margin: 0 30% 0 20%;
  }
  .met-nav .dropdown-menu {
    top: 100%;
    transition: all 0.5s ease !important;
    border-color: #4ab344;
    z-index: 9999;
    padding: 0px;
    border: 0;
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.1);
    background: #4ab344;
    color: #000;
    border-bottom: 3px solid  #1b1a1a;
  }
  .met-nav .dropdown-menu.bullet {
    top: 100%;
    border-bottom-color: transparent;
  }
  .met-nav .dropdown-menu.bullet:after,
  .met-nav .dropdown-menu.bullet:before {
    top: -7px !important;
    border-bottom-color: #2b2b2b;
    right: 35px!important;
  }
  .met-nav .dropdown-menu li {
    border-bottom: 0px solid rgba(255, 255, 255, 0.05);
  }
  .met-nav .dropdown-menu li > a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff!important;
		font-size: 14px;
		line-height: 30px;
  }
  .met-nav .dropdown-menu li > a.active,
  .met-nav .dropdown-menu li > a:hover,
  .met-nav .dropdown-menu li > a.focus {
    color: #000 !important;
    background: transparent!important;
  }
  .met-nav .dropdown-menu li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    padding-right: 10px;
  }
  .met-nav .navbar-nav > li.ecodropdown > ul {
    top: 150%;
    visibility: hidden;
    opacity: 0;
    display: block;
  }
  .met-nav .navbar-nav > li.ecodropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .met-nav .navbar-nav > li.ecodropdown > ul > li > ul {
    left: 120%;
    visibility: hidden;
    opacity: 0;
    display: block;
  }
  .met-nav .navbar-nav > li.ecodropdown > ul > li.dropdown-submenu:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
  }
  .met-nav .dropdown-mega .dropdown-menu {
    right: auto;
    left: auto;
  }
  .met-nav .dropdown-megas .dropdown-menu {
    right: 0;
    left: auto;
  }
  .met-nav .mega-content {
    padding: 10px 25px;
  }
  .met-nav .mega-content .list-icons {
    padding-left: 15px;
  }
  .met-nav .mega-content .mega-about {
    padding: 5px 20px;
    max-width: 480px;
  }
  .met-nav .mega-content .mega-menu {
    min-width: 50px;
  }
  .met-nav .mega-content h5 a {
    color: #ff6700;
    font-size: 16px;
  }
  .met-nav .mega-content h5 a:before {
    content: '';
  }
}
.rat-top-tel {
	font-size: 18px;
	color: #333;
	text-align: right;
	line-height: 20px;
	padding: 15px 0px 4px;
	margin: 0px;
	overflow: hidden;
}
@media (max-width: 767px) {
  .met-nav {
    min-height: 60px;
  }
  .met-nav .navbar-header {
    float: left;
    height: 60px;
    padding-left: 10px;
  }
  .met-nav .navbar-collapse {
    float: none;
    width: 100%;
    border-top: 1px solid #2b2b2b;
    background: #2b2b2b;
  }
  .met-nav .dropdown-menu.bullet:after,
  .met-nav .dropdown-menu.bullet:before {
    border: 0;
  }
  .met-nav .navbar-logo img {
    max-height: 60px;
  }
  .met-nav .nav > li {
    padding: 0!important;
  }
  .met-nav .nav > li > a {
    color: #bbb!important;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .met-nav .dropdown-menu > li > a,
  .met-nav .mega-menu a {
    height: 30px;
    line-height: 30px;
    color: #bbb!important;
  }
  .met-nav .nav > li > a:hover,
  .met-nav .nav > li > a.active,
  .met-nav .nav > li > a:focus,
  .met-nav .dropdown.open > a,
  .met-nav .dropdown.ecoopen > a,
  .met-nav .dropdown-menu > li > a:hover,
  .met-nav .mega-menu a:hover {
    color: #fff!important;
    background: transparent!important;
  }
  .met-nav .econav > ul > li {
    height: 60px;
    line-height: 60px;
  }
  .met-nav .navbar-logo {
    height: 60px;
  }
  .met-nav .dropdown-menu li,
  .met-nav .mega-content li {
    margin: 2px 0;
    padding: 0px;
  }
  .met-nav .dropdown-menu li a,
  .met-nav .mega-content li a {
    padding: 3px 15px 3px 25px!important;
    line-height: 22px!important;
    display: block!important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -o-transition: all .3s ease;
  }
  .met-nav .mega-content {
    padding: 0px;
  }
  .met-nav .mega-content .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .met-nav .mega-content .blocks,
  .met-nav .mega-content [class*="blocks-"] {
    margin-right: 0px;
    margin-left: 0px;
  }
  .met-nav .mega-content .mega-menu {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .met-nav .mega-content .mega-menu h5 {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .met-nav .mega-content .mega-menu .mega-menus {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .met-nav .nav > li > a {
    padding: 0px 10px;
    font-size: 14px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .met-nav .nav > li > a {
    padding: 0px 5px;
    font-size: 12px;
  }
}
body.met-navfixed {
  padding-top: 0;
}
.met-nav.navbar-fixed-top {
  position: relative;
}
.met-nav.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);
  min-height: 60px;
}
.met-nav.stricky-fixed .navbar-logo {
  height: 60px;
}
.met-nav.stricky-fixed .nav > li {
  padding: 15px 0;
}
.met-nav.stricky-fixed .econav > ul > li {
  height: 60px;
  line-height: 60px;
}
/* æ–°å¢žæ‰‹æœºç‰ˆèœå• */
.mm-menu_offcanvas {
	background: #333;
    border-color: rgba(255,255,255,.15);
    color: rgba(255,255,255,.8);
    z-index: 0;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}
.mm-menu .mm-listview .mm-btn_next:after {
    border-color: rgba(255,255,255,.7);
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: rgba(255,255,255,.7);
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgba(255,255,255,.7);
}
.mm-listitem:after {border-bottom: 1px solid #666;left:0px;}
.mm-navbar {border-bottom: 1px solid #999;left:0px;}

.mm-slideout {
  z-index: inherit!important;
}
a.mobileMenuBtn {
	color: #333;
  border-radius: 10px!important;
}
a.mobileMenuBtn {
  display: none!important;
  margin-right: 15px;
}
@media (max-width: 767px) {
  a.mobileMenuBtn {
    display: inline-block !important;
  }
}
#mobileNav li.active,
#mobileNav li:hover {
  background: #4ab344;
}
#mobileNav li.active a,
#mobileNav li:hover a {
  color: #fff!important;
}
@media (max-width: 767px) {
  #site-navbar-search .modal-center {
    height: auto!important;
  }
}
#site-navbar-search .modal-content {
  border-radius: 0px;
}
#site-navbar-search .modal-content .modal-body {
  padding: 40px 40px 20px;
  position: relative;
}
#site-navbar-search .modal-content .modal-body .close {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 40px;
}
#site-navbar-search .modal-content a.btn {
  border: none;
  font-size: 16px;
  text-align: left;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
}
#site-navbar-search .modal-content a.btn span.flag-icon {
  font-size: 30px;
  margin-top: 10px;
  margin-right: 8px;
}
/* æ–°å¢žé¡¶éƒ¨å¯¼èˆª */
.topbar {
  background: #262626;
}
.topbar .social ul li {
  display: inline;
}
.topbar .social ul.social-icons li a {
  display: inline-block;
  font-size: 12px;
  line-height: 40px;
  padding: 0 6px;
  color: #868686;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.topbar .social ul.social-icons li:hover a {
  color: #ff6700;
}
.topbar .social ul.social-icons li a i {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.topbar .social ul.social-icons li:hover a {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.topbar .contact-info ul.aet {
  float: left;
}
.topbar .contact-info ul.aet li {
  float: left;
}
.topbar .contact-info ul.aet li a {
  display: inline-block;
  font-size: 13px;
  line-height: 40px;
  padding: 0 0px;
  margin-right: 22px;
  color: #868686;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.topbar .contact-info ul.aet li:hover a,
.topbar .contact-info ul.aet li a:before {
  color: #868686;
}
.topbar .contact-info ul.aet li a i.fa {
  font-size: 15px;
  margin-right: 5px;
  color: #868686;
}
.topbar .met-nav-right-shop {
  margin: 0px;
}
.topbar .met-nav-right-shop a,
.topbar .met-nav-right-shop i {
  color: #868686;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.topbar .met-nav-right-shop.nav > li {
  background: transparent!important;
}
.topbar .met-nav-right-shop li.dropdown > a:hover,
.topbar .met-nav-right-shop li.open > a {
  background: #ff6700;
  color: #fff;
}
.topbar .met-nav-right-shop li.dropdown > a:hover i,
.topbar .met-nav-right-shop li.open > a i {
  color: #fff;
}
.topbar .met-nav-right-shop .dropdown-menu {
  top: 40px;
}
.topbar .met-nav-right-shop .dropdown > a > i {
  color: #868686;
}
.topbar .met-nav-right-shop .avatar img {
  width: 80%;
}
.topbar .met-nav-login .btn {
  background: transparent!important;
  border-color: transparent!important;
  padding: 0px 15px;
  height: 40px;
  margin: 0px;
  line-height: 40px;
  color: #868686!important;
  font-size: 14px!important;
}
.topbar .met-nav-login .btn:hover {
  background: #ff6700 !important;
  color: #fff!important;
}
/* æ–°å¢žé¡¶éƒ¨æ‰‹æœºå·¦ä¾§ä¼šå‘˜ä¼˜åŒ– */
@media (max-width: 767px) {
  #mobileNav .met-nav-login {
    margin: 20px 0px 0px 0px;
  }
  #mobileNav .met-nav-login a.btn-success {
    color: #fff!important;
  }
  #mobileNav .met-nav-login .dropdown-menu {
    top: 100%;
    background: #fff;
    color: #666666;
    border-bottom: 0px;
    margin: 10px 20px;
  }
  #mobileNav .met-nav-right-shop {
    margin: 10px 0px 20px 0px;
    position: relative;
  }
  #mobileNav .met-nav-right-shop:after {
    content: '';
    border-bottom: 1px solid #2b2b2b;
    display: block;
    position: absolute;
    right: 25px;
    top: 60px;
    left: 25px;
  }
  #mobileNav .met-nav-right-shop .dropdown > a > i {
    color: #fff;
  }
  #mobileNav .met-nav-right-shop li.dropdown {
    float: left;
    width: 50%;
    background: transparent!important;
    position: static;
  }
  #mobileNav .met-nav-right-shop li.dropdown a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  #mobileNav .met-nav-right-shop li.dropdown > a {
    color: #fff;
    background: transparent!important;
  }
  #mobileNav .met-nav-right-shop li.dropdown:hover > a {
    background: transparent!important;
    color: #ff6700 !important;
  }
  #mobileNav .met-nav-right-shop li.dropdown .dropdown-menu {
    position: absolute;
    width: 100%;
    top: 60px;
    background: #fff;
    color: #666666;
    border-bottom: 0px;
  }
  #mobileNav .met-nav-right-shop li.dropdown .dropdown-menu li.dropdown-menu-header {
    border-bottom: 1px solid #e4eaec;
  }
  #mobileNav .met-nav-right-shop li.dropdown .dropdown-menu li:hover {
    background: transparent!important;
  }
  #mobileNav .met-nav-right-shop li.dropdown .dropdown-menu li a {
    color: #666666 !important;
  }
  #mobileNav .met-nav-right-shop li.dropdown .dropdown-menu li a:hover {
    color: #ff6700 !important;
  }
  #mobileNav .met-nav-right-shop li.dropdown .dropdown-menu li a:before {
    content: ' ';
  }
  #mobileNav .met-nav-right-shop li.dropdown .dropdown > a > i {
    color: #fff;
  }
  #mobileNav .met-nav-right-shop li.dropdown .dropdown-menu li a.btn-danger {
    color: #fff!important;
  }
  #mobileNav .nav .open > a,
  #mobileNav .nav .open > a:focus,
  #mobileNav .nav .open > a:hover {
    background-color: transparent!important;
  }
}
.ecoleftwap {
  margin-left: 20px;
}
.ecoleftwap .topcartremove li a.btn-danger {
  color: #fff!important;
}
.input-search-close{color:#000;text-shadow:none;filter:alpha(opacity=20);opacity:.2}
.input-search-close.icon{font-size:inherit;line-height:inherit}
.input-search-close:focus,.input-search-close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}
button.input-search-close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}
.input-search{position:relative}
.input-search .form-control{border-radius:200px}
.input-search .input-search-close,.input-search .input-search-icon{position:absolute;top:50%;z-index:1;width:36px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}
.input-search .input-search-close{right:8px}
.input-search .input-search-icon+.form-control{padding-left:43.5px}
.input-search .input-search-icon{left:8px;font-size:16px;color:#a3afb7;text-align:center;pointer-events:none}
.input-search-btn+.form-control{padding-right:50px}
.input-search-btn{position:absolute;top:0;right:0;height:100%;padding:0 10px;background:0 0;border:none;border-radius:0 200px 200px 0}
.input-search-btn>.icon{margin:0 3px}
.input-search-dark .input-search-icon{color:#76838f}
.input-search-dark .form-control{background:#f3f7f9;-webkit-box-shadow:none;box-shadow:none}
.input-search-dark .form-control:focus{background-color:transparent}
.form-inline .form-group{margin-right:20px}
.form-inline .form-group:last-child{margin-right:0}
.form-inline .control-label{margin-right:5px}
@media (max-width:767px){
	.form-inline .form-group{margin-right:0}
}

/* é¦–é¡µBanner */
.rat-banner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.rat-banner .swiper-pagination-bullet{
	opacity: 1;
	width:30px;
	height:7px;
	background: #fff;
	border-radius: 0;
}
.rat-banner>.swiper-pagination-bullets{
	text-align: center;
	bottom: 20px;
}
.rat-banner .swiper-pagination-bullet-active{
	background:#4ab344;
}
@media (max-width:767px) {
	.rat-banner {margin-top: 0px;}
	.rat-banner .swiper-pagination-bullet{width:20px;height:4px;}
	.rat-banner>.swiper-pagination-bullets{bottom:5px;}
	.swiper-button-next, .swiper-button-prev {display: none;}
}

/*
.rat-index-aboutbg {
	overflow: hidden;
}
.rat-abouttxt {
	padding: 50px 0px 20px 0px;
	overflow: hidden;
}
.rat-abouttitle {
	line-height: 1.6;
    padding: 0;
    white-space: normal;
    word-wrap: break-word;
    word-break: normal;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.rat-abouttitle span {
	display: block;
}
.rat-abouttitle:after {
	content: "";
	width: 50px;
	height: 3px;
	background: #4ab344;
	display: block;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-aboutinfo {
	font-size: 14px;
	line-height: 30px;
	padding: 0px;
	margin: 20px 0px 0px;
	overflow: hidden;
}
.rat-abouttxt .more {
    margin: 10px 0px 0;
    padding: 10px 50px;
    display: inline-block;
    -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
		border-radius: 5px;
		background: #c00;
    color: #fff;
}
.rat-aboutimg {
	background: #f6f6f6;
	padding: 0px 0px;
	margin: 30px 0px;
	overflow: hidden;
}
*/

/* é¦–é¡µæ–°é—»åŠ¨æ€ */
.rat-index-newsbgall {
    padding: 50px 0px;
    background: #f6f6f6;
    overflow: hidden;
}
.news_text{height:125px;background-color:white;overflow: hidden;position: relative; margin-bottom: 5px;}
.news_text a{color: #333;}
.news_text a:hover{color: #333;}
 .new_text_bl{width:15%;height:125px;background:#4ab344;color:white;text-align:center;font-size:36px;padding: 0 !important;}
 .new_text_bl p{margin:26px 0 0 0;font-weight: 600;}


 .new_text_wt{width:85%;height:125px;border:5px solid white;border-left:none;overflow: hidden;}
 .new_text_wt p{margin-top:20px;margin-left:16px;font-size:14px;height: 20px;overflow: hidden;}
 .news_news{margin-top:9px;line-height:24px;margin-left:16px;font-size: 12px;height: 48px;overflow: hidden;}
 .new_text_wt_jh {visibility:hidden;position: absolute;top: 0;right: 0;}
 .news_text:hover .new_text_bl{background:#333;
 -moz-transition: all 0.8s; /* Firefox 4 */
  -webkit-transition: all 0.8s; /* Safari å’Œ Chrome */
  -o-transition:all 0.8s; /* Opera */}
 .news_text:hover .new_text_wt{border:5px solid #333;border-left:none;}
 .news_text:hover .new_text_wt_jh {visibility:visible;
 -moz-transition: all 0.8s; /* Firefox 4 */
  -webkit-transition: all 0.8s; /* Safari å’Œ Chrome */
  -o-transition:all 0.8s; /* Opera */}
 .look_pf p{font-size:18px;text-align:center;margin-top: 26px !important; }
/* .rat-index-newsbg {
	background: url(../images/newsbg.jpg) no-repeat center top;
	padding: 50px 0;
	overflow: hidden;
}
.rat-newstitle {
	line-height: 1.6;
    padding: 0;
    white-space: normal;
    word-wrap: break-word;
    word-break: normal;
    overflow: hidden;
    width: 100%;
    text-align: center;
		margin-bottom: 30px;
}
.rat-newstitle:after {
	content: "";
	width: 50px;
	height: 3px;
	background: #4ab344;
	display: block;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
.rat-newstitle h3 {
	font-family:"å¾®è½¯é›…é»‘";font-size:30px;color:#fff; font-weight: normal; margin: 0px; padding: 0px; line-height: 1.6;
}
.rat-newstitle span {
	font-family:Arial;font-size:14px;color:#fff; margin-bottom: 10px; display: block;
}
.rat-newsinfo {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-newsinfo li {
	padding: 0px 0px 10px;
	margin: 0px;
	overflow: hidden;
}
.rat-newsone-info {
	display: block;
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
	overflow: hidden;
	border-style: dotted;
	border-color: #287c24;
	border-width: 1px;
	border-right: none;
	border-top: none;
	border-left: none;
}
.rat-newsone-info h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.rat-newsone-info p {
	line-height: 25px;
	font-size: 14px;
	color: #eee;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
} */

/* é¦–é¡µäº§å“å±•ç¤º */
.rat-index-probg {
	padding: 50px 0;
	overflow: hidden;
}
.rat-protitle {
	line-height: 1.6;
    padding: 0;
    white-space: normal;
    word-wrap: break-word;
    word-break: normal;
    overflow: hidden;
    width: 100%;
    text-align: center;
		margin-bottom: 30px;
}
.rat-protitle:after {
	content: "";
	width: 50px;
	height: 3px;
	background: #4ab344;
	display: block;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
.rat-protitle h3 {
	font-family:"å¾®è½¯é›…é»‘";font-size:30px;color:#333; font-weight: normal; margin: 0px; padding: 0px; line-height: 1.6;
}
.rat-protitle span {
	font-family:Arial;font-size:14px;color:#999; margin-bottom: 10px; display: block;
}
.pro-listall {background: #fff; border: 1px solid #ccc; padding: 0px; margin: 0px 0px 20px; overflow: hidden;}
.pro-tile {
    line-height: 40px;
    font-size: 18px;
    padding: 5px 10px;
    margin: 0px;
    color: #fff;
    background: #4ab344;
    overflow: hidden;
}

.pro-tile a {color: #fff;}
.pro-listall .tree-menu{margin: 10px 0 0px 0;border: 0px; text-align: left;}
.pro-listall .tree-menu>li{white-space: nowrap; margin-bottom: 2px;margin-top:0;}
.tree-menu>li:last-child>a {border: 0px;}
.pro-listall .tree-menu>li>a{display:block;font-size:16px;width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-decoration: none; display: block; padding: 10px 10px 10px 20px; position: relative;color:#666666;}
.tree-menu li.active>a,.tree-menu li.in>a {background: #fff; border-top: 0px; border-left: 0px; border-right: 0px; border-color:#ddd; font-weight: bold;}
.pro-listall .panel-group .panel-title:focus{color:#666666;}
.pro-listall .tree-menu ul{list-style: none;padding:0;}
.pro-listall .tree-menu ul>li{margin:0px;}
.pro-listall .tree-menu ul>li{border-top:1px solid rgba(0, 0, 0, 0.1);}
.pro-listall .tree-menu li i{margin-top:5px;font-size:14px;color:#666666;float: none;}
.pro-listall .tree-menu li ul a{font-size:14px;color:#666666; padding-left: 30px;text-align: left;}

.pro-listall .tree-menu li a:hover,.pro-listall .tree-menu li a.active{color:#0961bb; background-color: #e6e6e6;}
.pro-listall .tree-menu li a.active i{color:#0961bb;}
.pro-listall .tree-menu ul>li{
    padding: 0px;

}
.pro-listall .tree-menu li a{
    width: 100%;
    height: 100%;
    padding: 10px;
}
.proinfo-title {
    line-height: 40px;
    font-size: 18px;
    padding: 5px 10px;
    margin: 0px;
    color: #fff;
    background: #4ab344;
    overflow: hidden;
}
.proinfo-title span {
    float: right;
    font-size: 14px;
    line-height: 30px;
    padding-top: 10px;
    overflow: hidden;
}
.proinfo-title span a {
  color: #fff;

}
.pro-list { margin: 0px; padding: 0; }
.pro-list li { margin-right: 1%; margin-left: 1%; list-style: none; width: 23%; float: left; }
.pro-list li a { display: block; width: 100%; position: relative; text-align: left; margin-top: 20px; }
.pro-list li a .pro-img { width: 100%; display: block; text-align: center; border: 1px solid #ccc;overflow: hidden; }
.pro-list li a img { margin: 0 auto; max-width: 100%; transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;}
.pro-list li a h4 { overflow: hidden; text-shadow: none; font-size: 16px; height: 46px; line-height: 46px; color: #555555; margin: 0px; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); border-bottom: 1px solid #e1e1e1; text-align: left; width: 100%; }
.pro-list li a h4:before { position: absolute; content: ""; width: 10px; height: 1px; background-color: #555555; margin-top: 46px; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); }
.pro-list li a p { color: #bbbbbb; font-size: 13px; line-height: 24px; height: 50px; overflow: hidden; width: 100%; margin-top: 10px; }
.pro-list li a:hover { text-decoration: none; }
/* .pro-list li a:hover img { -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
	transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
} */
.pro-list li a:hover h4 { color: #4ab344; }
.pro-list li a:hover h4:before { width: 100%; background-color: #4ab344; }
.pro-list li  h4 { overflow: hidden; text-shadow: none; font-size: 16px; height: 46px; line-height: 46px; color: #555555; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); border-bottom: 1px solid #e1e1e1; text-align: left; width: 100%; }
.pro-list li  h4:before { position: absolute; content: ""; width: 10px; height: 1px; background-color: #555555; margin-top: 46px; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); }
.pro-list li  p { color: #bbbbbb;text-align: left; font-size: 13px; line-height: 24px; height: 50px; overflow: hidden; width: 100%; margin-top: 10px; }
.pro-list li:hover { text-decoration: none; }
.pro-list li:hover h4 { color: #4ab344; }
.pro-list li:hover h4:before { width: 100%; background-color: #4ab344; }


/*å†…å®¹*/
.rat-index-all {
    padding: 50px 0;
    background: #f6f6f6;
    overflow: hidden;
}
.rat-index-all .owl-carousel.owl-loaded {
    display: block;
}
.rat-index-all .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.rat-index-all .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.rat-index-all .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.rat-index-all .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rat-index-all .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.rat-index-all.met-index-product .dedicated-team-items .item {
    padding-bottom: 20px;
}
.rat-index-all.met-index-product .dedicated-team-items .item .dedicated-team-single-item {
    position: relative;
    margin-bottom: 20px;
}
.rat-index-all.met-index-product .dedicated-team-items .item .dedicated-team-single-item .dedicated-team-img-holder {
	border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}
.rat-index-all.met-index-product .dedicated-team-items .item .dedicated-team-single-item .dedicated-team-img-holder img {
    height: auto;
    width: 100%;
}
.rat-index-all .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.rat-index-all .owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.rat-index-all .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.rat-index-all.met-index-product .dedicated-team-items .item .dedicated-team-single-item .dedicated-team-img-holder .overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.rat-index-all .overlay {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.rat-index-all.met-index-product .dedicated-team-items .item .dedicated-team-single-item .dedicated-team-img-holder .overlay .overlays {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    text-align: center;
}
.rat-index-all .overlay .overlay-figure, .overlay>:first-child {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}
.rat-index-all.met-index-product .dedicated-team-items .item .dedicated-team-single-item .dedicated-team-img-holder .overlay .overlays:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #2d4581;
    background: #6485b3;
    opacity: 0.3;
}
.rat-index-all.met-index-product .dedicated-team-items .item .dedicated-team-single-item .dedicated-team-img-holder .overlay .inner-holder {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.rat-index-all.met-index-product .dedicated-team-items .item .dedicated-team-single-item .dedicated-team-img-holder .overlay .inner-holder p {
    color: #999999;
    padding: 10px;
}
.rat-index-all.met-index-product .dedicated-team-items .item .dedicated-team-member-name {
    background: #333;
    bottom: -24px;
    display: inline-block;
    left: 10px;
    position: absolute;
    right: 10px;
    text-align: center;
}
.rat-index-all.met-index-product .dedicated-team-items .item .dedicated-team-member-name h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-top: 6px;
}
.rat-index-all.met-index-product .dedicated-team-items .owl-nav {
    width: auto;
    position: absolute;
    right: 0;
    top: -47px;
    margin: 0;
}
.rat-index-all .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.rat-index-all.met-index-product .dedicated-team-items .owl-nav .owl-prev,.rat-index-all.met-index-product .dedicated-team-items .owl-nav .owl-next{
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    background: #616161;
    color: #ffffff;
    margin-left: 1px;
    line-height: 33px;
    font-size: 22px;
    border-radius: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    float: left;
}
.rat-index-all.met-index-product .dedicated-team-items .owl-nav [class*=owl-]:hover {
    background: #2d4581;
    color: #ffffff;
}

.rat-index-all.met-index-product .dedicated-team-items .item .dedicated-team-single-item .dedicated-team-img-holder:hover .overlay {
    top: 0;
}
.rat-index-all.met-index-product .dedicated-team-items .item .dedicated-team-single-item .dedicated-team-img-holder:hover .overlay .inner-holder {
    opacity: 1;
}
@media(max-width: 1200px){
    .rat-index-all.met-index-body {
        padding: 50px 0;
    }
}
@media(max-width: 767px){
    .rat-index-all.met-index-body {
        padding: 20px 0;
				margin-top: 20px;
    }
    .rat-index-all .owl-carousel.owl-drag .owl-item{padding-right: 0px;}
}
.rat-index-all .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes slideInDown{
	from{
		-webkit-transform:translate3d(0,-100%,0);
		transform:translate3d(0,-100%,0);
		visibility:visible
	}
	to{
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)}
	}
@keyframes slideInDown{
	from{
		-webkit-transform:translate3d(0,-100%,0);
		transform:translate3d(0,-100%,0);
		visibility:visible
	}
	to{
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)}
	}

.rat-index-all.met-index-product .dedicated-team-items .item .dedicated-team-single-item .dedicated-team-img-holder:hover .overlay p {
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -o-animation-duration: .3s;
    -ms-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    -ms-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    -ms-animation-name: slideInDown;
    animation-name: slideInDown;
}

/*å…¬å¸è¯´æ˜Ž*/
.sy_develop{padding:50px 0 0;}
.sy_develop_title{color:#4ab344;text-align:center;font-weight:700;font-size:3pc;}
.sy_develop_title span{vertical-align:middle;font-weight:400;font-size:30px;}
.sy_develop1{margin-top:40px;padding-bottom:60px;background:url(../images/bg09.jpg) no-repeat right bottom;}
.sy_develop1_t{margin-top:40px;padding-left:85px;background:url(../images/bg05.jpg) no-repeat left;color:#4ab344;font-size:24px;line-height:42px;}
.sy_develop1_t span{font-size:36px;}
.sy_develop1_c{margin-top:20px;padding-top:15px;background:url(../images/bg08.jpg) top repeat-x;line-height:35px;}
.sy_develop1_r{margin-top:10px;margin-bottom:15px;}
.sy_develop2{padding-bottom:60px;background:url(../images/bg11.jpg) no-repeat left bottom;}
.sy_develop2_t{margin-top:40px;padding-left:85px;background:url(../images/bg06.jpg) no-repeat left;color:#4ab344;font-size:24px;line-height:42px;}
.sy_develop2_t span{font-size:36px;}
.sy_develop2_c{margin-top:20px;padding-top:15px;background:url(../images/bg08.jpg) top repeat-x;line-height:35px;}
.sy_develop2_d{margin-top:6px;padding-left:45px;background:url(../images/bg13.jpg) top left no-repeat;}
.sy_develop2_d3{margin:20px 0;}
.sy_develop2_r{margin-top:10px;margin-bottom:15px;}
.sy_develop3{margin-top:40px;padding-bottom:60px;background:url(../images/bg09.jpg) no-repeat right bottom;}
.sy_develop3_t{margin-top:40px;padding-left:85px;background:url(../images/bg07.jpg) no-repeat left;color:#4ab344;font-size:24px;line-height:42px;}
.sy_develop3_t span{font-size:36px;}
.sy_develop3_c{margin-top:20px;padding-top:15px;background:url(../images/bg08.jpg) top repeat-x;line-height:35px;}
.sy_develop3_d{margin-top:6px;padding-left:45px;background:url(../images/bg13.jpg) top left no-repeat;}
.sy_develop3_r{margin-top:15px;margin-bottom:15px;}
@media (min-width:768px) and (max-width:991px){
  .sy_develop{padding:25px 0 0;}
  .sy_develop_title2{color:#4ab344;text-align:center;font-weight:700;font-size:24px;line-height:35px;}
  .sy_develop_title2 span{font-weight:400;font-size:20px;}
  .sy_develop1{margin-top:20px;}
  .sy_develop1_t{margin-top:15px;color:#4ab344;font-size:15px;line-height:65px;}
  .sy_develop2_t{margin-top:15px;color:#4ab344;font-size:15px;line-height:65px;}
  .sy_develop3_t{margin-top:15px;color:#4ab344;font-size:15px;line-height:65px;}
}
@media (max-width:767px){
  .sy_develop{padding:25px 0 0;}
  .sy_develop_title2{color:#4ab344;text-align:center;font-weight:700;font-size:24px;line-height:35px;}
  .sy_develop_title2 span{font-weight:400;font-size:20px;}
  .sy_develop1{margin-top:15px;padding-bottom:35px;background:url(../images/bg10.jpg) no-repeat right bottom;}
  .sy_develop1_t{margin-top:15px;color:#4ab344;font-size:15px;line-height:30px;}
  .sy_develop2{margin-top:0;padding-bottom:35px;background:url(../images/bg12.jpg) no-repeat left bottom;}
  .sy_develop2_t{margin-top:15px;color:#4ab344;font-size:15px;line-height:30px;}
  .sy_develop3{margin-top:0;padding-bottom:35px;background:url(../images/bg10.jpg) no-repeat right bottom;}
  .sy_develop3_t{margin-top:15px;color:#4ab344;font-size:15px;line-height:38px;}
}

/* é¦–é¡µå…¬å¸ç®€ä»‹ */
.rat-index-about{
	padding:25px 0px;
	overflow: hidden;
}
.about-tit1{
	padding:10px 0 0;
	margin-bottom: 15px;
	}
.about-tit1 h2{
	position:relative;
	font-size:28px;
    font-weight: normal;
	padding-bottom:20px;
	margin-bottom:20px;}
.about-tit1 h2:after{
	content:"";
	width:50px;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#4ab344;
	transition:0.3s;}
.about-tit1:hover h2:after{
	width:100px;}
.about-tit1 h2 span,.ny-tit h1 span{
	color:#fe3c00;}
.about-tit1 h6{
	color: #9c9b9b;
}
.rat-index-about .panel {
    box-shadow: none;
    
}
.rat-index-about .wrap { height: 40px; background: #040404; bottom: -40px; transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; width: 100%; position: absolute; color: #fff; transform: translate(0, 0px); }
.rat-index-about .wrap div { margin: 12px auto; width: 14px; height: 14px; position: relative; }
.rat-index-about .wrap div .h { width: 14px; height: 2px; top: 6px; }
.rat-index-about .wrap div .v { width: 2px; height: 14px; left: 6px; }
.rat-index-about .wrap div span { display: block; background: #fff; position: absolute; }
.rat-index-about .team_item a { height: 220px; max-height: 220px; display: block; overflow: hidden; position: relative; }
.rat-index-about .team_item .team_img img { width: 100% }
.rat-index-about .team_item a:hover .wrap { transform: translate(0, -40px); -webkit-transform: translate(0, -40px); -moz-transform: translate(0, -40px); }
.rat-index-about .team_item .team_info { background-color: #f8f8f8; text-align: left; padding: 30px; }
.rat-index-about .team_item		.title { color: #040404; font-size: 20px; }
.rat-index-about .team_item		.keywords { font-size: 12px; color: #b6b4b5;color: #3d3d3d; margin-top: 5px; }
.rat-index-about .team_item	.desc { margin-top: 30px; height: 70px; line-height: 24px; font-size: 12px; color: #b6b4b5; color: #3d3d3d;overflow: hidden; }

/*.rat-index-about{
    margin-top: 100px;
}*/
.rat-index-about .show_item>div{
    float: left;
}
.rat-index-about div.title{
  text-align: center;
}
.rat-index-about div.title h3{
  margin:0;
  padding-bottom: 7px;
  font-size: 26px;
  color:#4ab344;
}
.rat-index-about div.title p{
  margin:7px 0 30px 0;
  font-size: 16px;
  color:#666;
}

.rat-index-about .show_item .show_item_left_bor{
    width: 380px;
    float: right;
    border: 5px solid;
    border-color:#4ab344;
    padding: 50px 0 30px;
    position:relative;
}
.rat-index-about .show_item .leftimg{
    margin-left: -100px;
    z-index: 99;
    position: inherit;
}
.rat-index-about .show_item .miniimg{

}
.rat-index-about .show_item_left{
    position:relative
}
.rat-index-about .show_item_left:before{
    content: " ";
    position: absolute;
    width: 75%;
    height: 75%;
    background:#b6b4b5;
    background: #212121;
    right: -20%;
    top: 7%;
    animation: myfirst 3s;
    -moz-animation: myfirst 3s; /* Firefox */
    -webkit-animation: myfirst 3s;  /* Safari å’Œ Chrome */
    -o-animation: myfirst 3s;
}
.rat-index-about .show_item_right{
    padding-left:3%;
}
.rat-index-about .show_item_right p{
    font-size: 14px;
    line-height: 25px;
    color:#b6b4b5;
    color:#3d3d3d;
}
.rat-index-about .show_item_right h3{
  margin: 15px 0px;
	padding: 0px;
	line-height: 25px;
}
.rat-index-about .show_item_right h3 a{
  font-size: 14px;
  padding: 10px 15px;
  background-color: #4ab344;
  color:#fff;
  -moz-transition: color 0.4s ease 0s;
  -webkit-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}
.rat-index-about .show_item_right h3 a:hover{
  background-color: #333;
  color:#ffffff;
}
@keyframes myfirst{
    from {
        opacity:0;
        top:40%;
    }
    to {
        opacity:1;
        top: 7%;
    }
}
.rat-index-about .row .show_item{
    overflow:hidden;
}
@media (max-width:768px){
  .rat-index-about .row .show_item{
    overflow: visible;
  }
    .rat-index-about div.title p {
    	margin-bottom: 0px;
    }
    .rat-index-about .row{
        margin:0;
    }
    .rat-index-about .row .show_item{
      text-align:center;
    }
    .rat-index-about .show_item>div{
        width:auto;
        max-width:100%;
        padding: 20px 0 0;
        text-align:left;
        float: none;
    display: inline-block;
    }
    .rat-index-about .show_item_left:before{
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        display: none;
    }
    .rat-index-about .show_item .show_item_left_bor{
        width: auto;
        padding:0;
        float:none;
    }
    .rat-index-about .show_item .show_item_left_bor>img{
        margin:0;
        max-width:100%;
    }
}
.rat-index-about .time_axis{
    margin-top:50px;
}
.rat-index-about .time_axis .time_axis_top{
    text-align:center;
    color:#040404;
    
}
.rat-index-about .ad-zt{
  overflow:hidden;
  position:relative
}
.rat-index-about .ad-zt:before{
    content: " ";
    position:absolute;
    height:100%;
    left:50%;
    top: 0;
    width:1px;
    
}
.rat-index-about .ad-zt>div{
    padding:0;
    margin-bottom:20px;
    position:relative;
    padding: 0 5px;
    margin:50px 0;
}
.rat-index-about .ad-zt .ad-zt-txt{
    text-align: right;
    padding: 30px;
}
.rat-index-about .pull-right.ad-zt-txt{
    text-align:left;
}
.rat-index-about .ad-zt .ad-zt-img{
  position:relative;

}
.rat-index-about .ad-zt .ad-zt-img>div{
    
    box-shadow: 0px 0px 5px #e5e5e5;
    padding:10px;
}
.rat-index-about .ad-zt .ad-zt-img>div h3{
    color:#040404;
    
}
.rat-index-about .ad-zt .ad-zt-img>div p{
    color:#b6b4b5;
    
}
.rat-index-about .ad-zt .ad-zt-img .ad-zt-img-num-right{
    position: absolute;
    top: -30px;
    right: 50px;
    
    font-size: 48px;
    padding: 10px 10px;
    font-weight: bold;
    
}
.rat-index-about .ad-zt .ad-zt-img .ad-zt-img-num-left{
    position: absolute;
    top: -30px;
    left: 50px;
    
    background: red;
    font-size: 48px;
    padding: 10px 10px;
    font-weight: bold;
    
}
.rat-index-about .ad-zt .ad-zt-img>img{
  padding:0;
  width:100%;
}
.rat-index-about .ad-zt .ad-zt-txt p,
.rat-index-about .ad-zt .ad-zt-txt h3{
  margin:0px;
  margin-bottom:5px;
}
.rat-index-about .ad-zt .ad-zt-txt h3{
    display: inline-block;
    font-size:50px;
    color:#040404;
    
    box-shadow: 0px 0px 5px #ccc;
    padding: 5px 20px;
    
}
.rat-index-about .ad-zt .ad-zt-txt .ad-zt-txt-01{
  font-size:18px;
  color:#4ab344;
  
}
.rat-index-about .ad-zt .ad-zt-txt .ad-zt-txt-03{
  font-size:16px;
  color:#b6b4b5;
  
}
.rat-index-about .ad-zt .ad-zt-txt .ad-zt-txt-04{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.rat-index-about .ad-zt-txt-hr{
    height: 3px;
    width: 65px;
    display: block;
    background:#4ab344;
    
    margin: 20px 0px 30px 0;
}
.rat-index-about .time_axis .time-btns{
    position: absolute;
    left: 48.3%;
    top: 50%;
}
.rat-index-about .time_axis .time-btns .time-btn{
    padding: 10px;
    
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
.rat-index-about .pull-right.ad-zt-img{
    padding-left: 5%;
}
.rat-index-about .pull-left.ad-zt-img{
    padding-right: 5%;
}
.rat-index-about .pull-left.ad-zt-txt{
    padding-right: 5%;
     padding-top: 10.5%;
}
.rat-index-about .pull-right.ad-zt-txt{
    padding-left: 5%;
    padding-top: 12.5%;
}
@media (max-width: 768px){
    .rat-index-about .ad-title .ad-hr{
        width:10%;
    }
    .rat-index-about .ad-zt .ad-zt-txt{
      margin-bottom:30px;
      text-align:center;
    }
    .rat-index-about .ad-zt>div{
        margin:20px 0;
    }
    .rat-index-about .ad-zt .ad-zt-txt{
      height:auto!important;
      line-height:inherit!important;
  }
}


/*é¦–é¡µè”ç³»æˆ‘ä»¬*/
.rat-index-title {
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.rat-index-title h3 {
    font-size: 32px;
		font-weight: normal;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 5px;
    color: #444;
}
.rat-index-title p.desc {
    font-size: 14px;
    text-align: center;
    width: 80%;
    color: #848484;
    margin: 0px auto;
    margin-bottom: 5px;
    font-family: "Microsoft YaHei";
}
.rat-index-contactbg {
	background: #f6f6f6;
	padding: 50px 0;
	overflow: hidden;
}
.contactus {
    padding: 40px 0;
    min-height: 500px;
    background-image: url(../images/card.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: #555;
}
.rat-contact {
	font-size: 16px;
	line-height: 40px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-contact span {
	font-size: 26px;
	margin-bottom: 15px;
	display: block;
}
.rat-contact p {
	padding: 0px;
	margin: 0px;
}

/* åº•éƒ¨å¼€å§‹ */
.rat-footer-bg {
	background: #333;
}
.rat-footer-top {
	padding: 50px 0 30px;
	border-bottom: 1px solid #d2d2d2;
}
.rat-footer-top .footerImg{float:  left; width: 35%;height: 194px;margin-right: 1%;}
.rat-footer-top .footerAbout{float:  left; width: 62%;margin-right: 2%;}
.rat-footer-top .footerAbout .footerLogo{margin-bottom: 18px;text-align: left;}
.rat-footer-top .footerAbout .f_aboutContent{color:#ccc;line-height: 30px; font-size: 14px;}
.rat-footer-top .footerAbout .f_aboutContent h3 {margin-top: 10px; font-weight: normal;}
.rat-footer-top .footerAbout .f_aboutContent p {margin: 0px;}
.rat-footer-top .footerAbout .f_aboutMore{display: inline-block;color:#888;margin-top: 25px;}

.rat-footer-top .footerInfo strong{display: block; font-family:'Whitney';font-size: 16px;color:#ccc;font-weight:normal;margin-bottom: 24px; }
.rat-footer-top .footerInfo ul li {float: left;width: 48%;margin:0px 1% 6px;color:#ccc;}
.rat-footer-top .footerInfo ul li a{color:#ccc; font-size: 14px;}

.rat-footer-top .footerFollow strong{display: block; font-family:'Whitney';font-size: 16px;color:#ccc;font-weight:normal;margin-bottom: 24px; }
.rat-footer-top .footerFollow #newsletter_form .newsletter_input{width: 188px;height: 33px;border:1px solid #cfcfcf;padding:0 0 0 18px;box-sizing: border-box;border-radius: 15px;background: #f6f6f6;}
.rat-footer-top .footerFollow #newsletter_form .newsletter_input::-webkit-input-placeholder {color:#999; font-family: 'WhitneyLight';}
.rat-footer-top .footerFollow #newsletter_form .newsletter_input:-moz-placeholder {color:#999; font-family: 'WhitneyLight';}
.rat-footer-top .footerFollow #newsletter_form .newsletter_input::-moz-placeholder {color:#999; font-family: 'WhitneyLight';}
.rat-footer-top .footerFollow #newsletter_form .newsletter_input:-ms-input-placeholder {color:#999; font-family: 'WhitneyLight';}
.rat-footer-top .footerFollow #newsletter_form .newsletter_submit{width: 90px;height: 33px;background: #4daf34;color:#fff;font-family: 'Whitney';border-radius: 16px;margin-left: 5px;border: 0px;}
.rat-footer-top .footerFollow .follow_title{margin: 40px 0 10px;font-family:'Whitney';color:#ccc; font-size: 16px; }
.lang_zh_cn .rat-footer-top .footerFollow .follow_title{margin: 0 0 20px;}
.rat-footer-top .footerFollow .f_share a{display: inline-block;vertical-align: middle; margin-right: 18px;}
.rat-footer-top .footerFollow .f_share a:hover img{ -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0); filter: none;}
.rat-footer-top .footerFollow .f_share a img{-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
.rat-footer-top .footerFollow .f_share a.cn_share img{-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: none;}
.rat-footer-top .footerFollow .f_share a:last{ margin-right: 0;}
.rat-footer-top .footerFollow .codeList{margin-top: 35px;text-align: center;}
.rat-footer-top .footerFollow .codeList .weChatCode{width: 100px;height: 100px;float: left;margin-right:15px; }
.rat-footer-top .footerFollow .codeList .weiboCode{width: 100px;height: 100px;float: left;}

.rat-footer-bottom {
    padding: 10px 0;
    overflow: hidden;
    text-align: center;
    color: #fff;
		background: #000;
    font-size: 16px;
    line-height: 30px;
}

@media (max-width:767px){
	.rat-abouttxt {padding: 20px 0px 0px;}
	.rat-aboutinfo {margin-top: 10px; line-height: 28px;}
	.rat-abouttxt .more {margin-top: 10px;}
	.rat-aboutimg {padding: 0px 0px;margin: 20px 0px;}
	.rat-index-newsbg {padding: 20px 0px;}
	.rat-newstitle,.rat-protitle {margin-bottom: 10px;}
	.rat-abouttitle {text-align: center;}
	.rat-abouttitle:after {margin: 0px auto;}
	.rat-protitle h3,.rat-index-title h3,.rat-newstitle h3 {font-size: 26px;}
	.pro-list li {width: 48%;}
	.rat-index-contactbg,.rat-index-probg{padding: 20px 0px;}
	.contactus {padding: 20px 0px 0px;}
	.rat-contact {font-size: 14px; line-height: 30px; margin: 0px 10px 20px;}
	.rat-footer-top {padding: 20px 0px 10px;}
	.rat-footer-top .footerAbout {width: 96%;}
	.rat-footer-top .footerAbout .f_aboutContent {line-height: 25px;}
	.rat-footer-bottom {padding: 5px 0px;font-size: 14px;}
    .rat-index-newsbgall,.rat-index-about {padding: 20px 0px;}
}

.rat-ny-all {
    padding: 50px 0;
    overflow: hidden;
}
.rat-editor {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
#dituContent img {max-width: inherit;}

table,table tr th, table tr td { border:1px solid #ccc; padding: 2px 5px;}
table { min-height: 25px; line-height: 25px; font-size: 14px; border-collapse: collapse;}


/* æ–°é—»åŠ¨æ€ */
.newslist {}
.newslist li {
	width: 100%;
    background:#fff;
		border-bottom: 1px dashed #eee;
    padding: 18px;
    float:left;
    overflow:hidden;
    margin-bottom:20px;
    transition:all 0.6s;
    position:  relative;
}
.newslist li:hover {
    box-shadow:0px 5px 10px 0px #eee;transition:all 0.6s
}
.newslist .newimg {
    overflow: hidden;
    float: left;
    margin-right: 24px;
}
.newslist .newimg img {
    border:1px solid #f0f0f0;
    height: 120px;}
.newslist li h6 {
    font-size: 18px;
    font-weight: 900;
    color: #444444;
    margin: 16px auto 8px auto;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.newslist li p {
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 22px;
    margin-bottom: 18px;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newslist li span {
    color: #999;
    font-size: 14px;
    display: block;
    float: left;
		margin-bottom: 20px;
}
.newslist li .nse {
    font-size: 14px;
    color: #666666;
    width: 100px;
    height: 38px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
    display: block;
    float: right;
    line-height: 38px;
    transition: all 0.6s;
    position: absolute;
    right: 15px;
    bottom: 20px;
}
.newslist li:hover .nse {
    border:1px solid #4ab344;
    background:#4ab344;
    color:#fff;
    margin-top:-6px;
    transition:all 0.6s;
}
.newsinfo-title {
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	margin-bottom: 10px;
}
.newsinfo-title h1 {
	font-size: 18px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	margin: 0px;
}
.newsinfo-title .newsother {
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.newsinfo-details {
	line-height: 25px;
	font-size: 16px;
	padding-top: 20px;
}
.rat-page {
	border-top: 1px dashed #eee;
	padding: 5px 0px;
    margin-top: 15px;
	overflow: hidden;
}
.rat-page a {
	color: #333;
}
.rat-pageright {
	text-align: right;
}

.rat-pro-title {
	font-size: 24px;
	text-align: center;
	padding: 10px 0px;
	border-bottom: 1px dashed #ccc;
	line-height: 25px;
	overflow: hidden;
}
.rat-pro-img {
	text-align: center;
	padding: 10px 0;
	overflow: hidden;
}
.rat-pro-img img {
	max-width: 100%;
}
.rat-pro-infoall {
    padding-top: 20px;
}
.rat-pro-infotitle {
	border-bottom: 1px solid #4ab344;
	margin-bottom: 20px;
	padding: 0px;
	overflow: hidden;
}
.rat-pro-infotitle span {
	background: #4ab344;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	border-radius: 5px 5px 0px 0px;
	margin: 0px;
	padding: 0px 30px;
	display: block;
	float: left;
	overflow: hidden;
}
.rat-pro-infodetails {
	font-size: 14px;
	line-height: 25px;
	padding: 0px 20px;
	margin: 0px;
	overflow: hidden;
}
/* .has-list .list-toggle{
  display: none;
} */

/* åˆ†é¡µ */
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}
.friendlink {
    float: left;
    color: #fff;
    line-height: 27px;
}

.friendlink i {
    list-style: none;
    font-style: normal;
    line-height: 30px;
    float: left;
}

.friendlink .linkTagcs {
    text-align: left;
    float: right;
    width: 181px;
    max-height: 30px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    line-height: 30px;
}

.friendlink .linkTagcs a {
    display: block;
    color: #fff;
}

.friendlink .linkTagcs:hover {
    max-height: 30px;
    overflow-x: hidden;
    overflow-y: auto;
}